home *** CD-ROM | disk | FTP | other *** search
- /*
- File: USB_Version.h
-
- Contains: All version definitions for the USB driver
-
- Version: 2.0
-
- Copyright: © 1998-2000 by Apple Computer, Inc., all rights reserved.
-
- */
-
-
- #ifndef __STORAGECLASSVERSION__
- #define __STORAGECLASSVERSION__
-
- // All definitions for the version number of the drivers
- #define kStorageStringVersShort "1.0d1"
- #define kStorageStringVers1Long "1.0d1, © 2000 My Comapny"
- #define kStorageStringVers2Long "USB Sample Storage Driver"
-
- #define kStorageHexMajorVers 0x01 // This should never change for the current project.
- #define kStorageHexMinorVers 0x01 // This should never change for the current project.
- #define kStorageReleaseStage developStage // Be sure to adjust this when the milestone is reached.
- #define kStorageCurrentRelease 0x01 // Be sure to adjust this number every build.
-
- #endif
-
-